home *** CD-ROM | disk | FTP | other *** search
/ The Programmer Disk / The Programmer Disk (Microforum).iso / xpro / basic1 / pro9 / history.lst < prev    next >
File List  |  1987-07-31  |  3KB  |  73 lines

  1.  
  2.                GIZLIB Error List
  3.  
  4.  
  5.      The following constitutes known errors and bugs found in GIZLIB _OR_
  6.      in QuickBASIC 3.0 itself.    If there is a solution or workaround, it too
  7.      is given, if the problem is resolved, it will be so listed in the
  8.      HISTORY.LST, and not here.
  9.  
  10.      If you find a bug (heaven forbid) in GIZLIB, please let me
  11.      know either by EMAIL via the Information Booth BBS, (316) 684 8744
  12.      or mail via
  13.                  InfoSoft
  14.                 PO BOX 782057
  15.                   Wichita, Kansas
  16.                     67278-2057
  17.  
  18.      Please include sample source code for the program where the bug
  19.      manifests itself, or there is no way that I can be sure that either you
  20.      are executing the call correctly or that something else is causing the
  21.      conflict.
  22.  
  23.      The same phone or address can be used to suggest new routines for
  24.      future versions of GIZLIB.
  25.  
  26.  
  27.      Finally, in my rush to release GIZLIB, I neglected to consider upgrade
  28.      cost for past contributors.  This is being re-thought and will be
  29.      different for GIZLIB 1.1 but should be the same for all future
  30.      versions.
  31.  
  32.  
  33.  
  34.      Version 1.0
  35.      -----------
  36.      Routine:  n/a          Type: Compiler
  37.      Problem:  When compiled to a BCOM (.EXE) file a program making a
  38.            call to an ASM based routine might hang the machine at
  39.            runtime.  It will run okay under the environment though.
  40.      Cause:    This is a peculiarity with QB 3.0, as many ASM based calls
  41.            do this under 3.0 and not 2.x.
  42.      Solution: There is a simple solution:
  43.            DO NOT, repeat, DO NOT compile to BCOM format from INSIDE
  44.            the QB environment, but from the command line:
  45.            C>QB <myprog.bas> /O ;
  46.            Your program may require additional switches, but SURELY,
  47.            when creating BCOM30 type files compile from the DOS
  48.            command line and NOT from within QB.
  49.      Status:   MicroSoft has been notified by me.
  50.  
  51.  
  52.      Routine:  CMDLINE          Type: Documentation
  53.      Problem:  The documentation states that Q will return the actual
  54.            number of arguments passed.  This is not correct since
  55.            the routine does not know what OPTION BASE is active.
  56.            Q is solely used to indicate to CMDLINE the offset in
  57.            the array to store the first argument.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.             GIZLIB Development History
  64.  
  65.  
  66.      3/26/87   - Beta copy released (1.5b)
  67.      4/14/87   - Version 1.7b released
  68.      5/10/87   - Documentation completed.
  69.      5/25/87   - BOXES added, CMDLINE reworked.
  70.  
  71.      6/04/87   - Version 1.0 Released
  72.  
  73.